home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / mt.man < prev    next >
Text File  |  1992-05-18  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. MT                        User Commands                        MT
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      mt - magnetic tape control
  10.  
  11. SSYYNNOOPPSSIISS
  12.      mmtt [ --ff _t_a_p_e_n_a_m_e ] _c_o_m_m_a_n_d [ _c_o_u_n_t ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      mmtt sends commands to a magnetic tape drive.  If _t_a_p_e_n_a_m_e is
  16.      not specified, the environment variable is used.  If does
  17.      not exist, mmtt uses the device //ddeevv//rrmmtt1122.  _t_a_p_e_n_a_m_e refers
  18.      to a raw tape device.  By default, mmtt performs the requested
  19.      operation once;  multiple operations may be performed by
  20.      specifying _c_o_u_n_t.
  21.  
  22.      The available commands are listed below.  Only as many char-
  23.      acters as are required to uniquely identify a command need
  24.      be specified.
  25.  
  26.      mmtt returns a 0 exit status when the operation(s) were suc-
  27.      cessful, 1 if the command was unrecognized or if mmtt was
  28.      unable to open the specified tape drive, and 2 if an opera-
  29.      tion failed.
  30.  
  31. OOPPTTIIOONNSS
  32.      eeooff, wweeooff    Write _c_o_u_n_t EOF marks at the current position
  33.                   on the tape.
  34.  
  35.      ffssff          Forward space over _c_o_u_n_t EOF marks. The tape is
  36.                   positioned on the first block of the file.
  37.  
  38.      ffssrr          Forward space _c_o_u_n_t records.
  39.  
  40.      bbssff          Back space over _c_o_u_n_t EOF marks.  The tape is
  41.                   positioned on the beginning-of-tape side of the
  42.                   EOF mark.
  43.  
  44.      bbssrr          Back space _c_o_u_n_t records.
  45.  
  46.      nnbbssff         Back space _c_o_u_n_t files.  The tape is positioned
  47.                   on the first block of the file.  This is
  48.                   equivalent to _c_o_u_n_t+_1 bbssff's followed by one
  49.                   ffssff.
  50.  
  51.      aassff          Absolute space to _c_o_u_n_t file number.  This is
  52.                   equivalent to a rreewwiinndd followed by a ffssff _c_o_u_n_t.
  53.  
  54.      For the following commands, _c_o_u_n_t is ignored:
  55.  
  56.      eeoomm          Space to the end of recorded media on the tape.
  57.                   This is useful for appending files onto previ-
  58.                   ously written tapes.
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0             19 December 1989                        1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MT                        User Commands                        MT
  71.  
  72.  
  73.  
  74.      rreewwiinndd       Rewind the tape.
  75.  
  76.      oofffflliinnee, rreewwooffffll
  77.                   Rewind the tape and, if appropriate, take the
  78.                   drive unit off-line by unloading the tape.
  79.  
  80.      ssttaattuuss       Print status information about the tape unit.
  81.  
  82.      rreetteennssiioonn    Rewind the cartridge tape completely, then wind
  83.                   it forward to the end of the reel and back to
  84.                   beginning-of-tape to smooth out tape tension.
  85.  
  86.      eerraassee        Erase the entire tape.
  87.  
  88. FFIILLEESS
  89.      //ddeevv//rrmmtt**           magnetic tape interface
  90.      //ddeevv//rraarr**           Archive cartridge tape interface
  91.      //ddeevv//rrsstt**           SCSI tape interface
  92.  
  93. SSEEEE AALLSSOO
  94.      aarr(4S), mmttiioo(4), sstt(4S), ttmm(4S), xxtt(4S) eennvviirroonn(5V)
  95.  
  96. BBUUGGSS
  97.      Not all devices support all options.  Some options are
  98.      hardware-dependent.  Refer to the corresponding device
  99.      manual page.
  100.  
  101.  
  102. WWAARRNNIINNGGSS
  103.      The bbssff option for SCSI tape in SunOS 4.0.3 is incompatible
  104.      with this release and releases prior to 4.0.3.
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0             19 December 1989                        2
  130.  
  131.  
  132.  
  133.